home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / t2win-32 / _array.t2w < prev    next >
Encoding:
Text File  |  1996-08-24  |  512 b   |  14 lines

  1. Add : add a constant value
  2. Count : count all occurences of a specific value
  3. Deviation : calculate the standard deviation
  4. Fill : fill with an automatic incremented value by one
  5. FillIncr : fill with an automatic incremented value
  6. Max : find the highest value
  7. Mean : calculate the mean
  8. Min : find the lowest value
  9. ReverseSort : sort in descending order
  10. Search : find the first place of a specific value
  11. Set : set a value
  12. Sort : sort in ascending order
  13. Sum : calculate the sum
  14. ArrayOnDisk : save on disk